Q3Pick_GetVertexTolerance
You can use theQ3Pick_GetVertexTolerance
function to get the current vertex tolerance of a pick object.
TQ3Status Q3Pick_GetVertexTolerance ( TQ3PickObject pick, float *vertexTolerance);
pick
- A pick object.
vertexTolerance
- On exit, the current vertex tolerance of the specified pick object.
DESCRIPTION
TheQ3Pick_GetVertexTolerance
function returns, in thevertexTolerance
parameter, the current vertex tolerance of the pick object specified by thepick
parameter. If the specified pick object does not support a vertex tolerance,Q3Pick_GetVertexTolerance
generates an error.